home *** CD-ROM | disk | FTP | other *** search
- object FrmFirst: TFrmFirst
- Left = 311
- Top = 116
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Intercent'
- ClientHeight = 127
- ClientWidth = 194
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 100
- Height = 13
- Caption = 'Select your language'
- end
- object Bevel1: TBevel
- Left = 8
- Top = 64
- Width = 177
- Height = 9
- Shape = bsTopLine
- end
- object TxtInfoTaal: TLabel
- Left = 16
- Top = 80
- Width = 129
- Height = 33
- Alignment = taCenter
- AutoSize = False
- Font.Color = clBlack
- Font.Height = -8
- Font.Name = 'Small Fonts'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object OptNL: TRadioButton
- Left = 168
- Top = 168
- Width = 153
- Height = 17
- Caption = '&Nederlands'
- Checked = True
- TabOrder = 2
- TabStop = True
- end
- object OptEng: TRadioButton
- Left = 8
- Top = 168
- Width = 153
- Height = 17
- Caption = 'English'
- TabOrder = 3
- end
- object BitBtn1: TBitBtn
- Left = 56
- Top = 96
- Width = 89
- Height = 25
- TabOrder = 1
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object CbxTaal: TComboBox
- Left = 8
- Top = 32
- Width = 177
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'NL - Nederlands'
- 'UK - English')
- TabOrder = 0
- OnChange = CbxTaalChange
- end
- end
-